home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2006 September / SAN CD 9-2006 CD-ROM 16.iso / pc / Software / Network Telescope Control / NTC-Setup.Exe / Source / ntc_server_catalogs.dfm < prev    next >
Encoding:
Text File  |  2005-07-30  |  4.4 KB  |  188 lines

  1. object scope_catalogs: Tscope_catalogs
  2.   Left = 371
  3.   Top = 498
  4.   BorderStyle = bsDialog
  5.   Caption = 'NTC Catalogs panel'
  6.   ClientHeight = 200
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCloseQuery = form_close_query
  16.   OnCreate = formcreate
  17.   OnPaint = check_activate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object catalogs_panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 248
  25.     Height = 200
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object catalogs_group: TGroupBox
  29.       Left = 0
  30.       Top = 0
  31.       Width = 249
  32.       Height = 81
  33.       Caption = 'Catalogs Group'
  34.       TabOrder = 0
  35.       object catalog_label: TLabel
  36.         Left = 16
  37.         Top = 24
  38.         Width = 44
  39.         Height = 13
  40.         Caption = 'Catalog'
  41.         Font.Charset = DEFAULT_CHARSET
  42.         Font.Color = clWindowText
  43.         Font.Height = -11
  44.         Font.Name = 'MS Sans Serif'
  45.         Font.Style = [fsBold]
  46.         ParentFont = False
  47.       end
  48.       object number_label: TLabel
  49.         Left = 16
  50.         Top = 48
  51.         Width = 44
  52.         Height = 13
  53.         Caption = 'Number'
  54.         Font.Charset = DEFAULT_CHARSET
  55.         Font.Color = clWindowText
  56.         Font.Height = -11
  57.         Font.Name = 'MS Sans Serif'
  58.         Font.Style = [fsBold]
  59.         ParentFont = False
  60.       end
  61.       object ComboBox1: TComboBox
  62.         Left = 80
  63.         Top = 24
  64.         Width = 145
  65.         Height = 21
  66.         ItemHeight = 13
  67.         ItemIndex = 0
  68.         TabOrder = 0
  69.         Text = 'Messier'
  70.         Items.Strings = (
  71.           'Messier'
  72.           'Caldwell'
  73.           'NGC')
  74.       end
  75.       object Edit1: TEdit
  76.         Left = 80
  77.         Top = 48
  78.         Width = 145
  79.         Height = 21
  80.         TabOrder = 1
  81.       end
  82.     end
  83.     object item_group: TGroupBox
  84.       Left = 0
  85.       Top = 80
  86.       Width = 249
  87.       Height = 121
  88.       Caption = 'Item Group'
  89.       TabOrder = 1
  90.       object visible_label: TLabel
  91.         Left = 16
  92.         Top = 24
  93.         Width = 38
  94.         Height = 13
  95.         Caption = 'Visible'
  96.         Font.Charset = DEFAULT_CHARSET
  97.         Font.Color = clWindowText
  98.         Font.Height = -11
  99.         Font.Name = 'MS Sans Serif'
  100.         Font.Style = [fsBold]
  101.         ParentFont = False
  102.       end
  103.       object ra_label: TLabel
  104.         Left = 80
  105.         Top = 24
  106.         Width = 56
  107.         Height = 13
  108.         Caption = 'Right Asc'
  109.         Font.Charset = DEFAULT_CHARSET
  110.         Font.Color = clWindowText
  111.         Font.Height = -11
  112.         Font.Name = 'MS Sans Serif'
  113.         Font.Style = [fsBold]
  114.         ParentFont = False
  115.       end
  116.       object Label1: TLabel
  117.         Left = 168
  118.         Top = 24
  119.         Width = 65
  120.         Height = 13
  121.         Caption = 'Declination'
  122.         Font.Charset = DEFAULT_CHARSET
  123.         Font.Color = clWindowText
  124.         Font.Height = -11
  125.         Font.Name = 'MS Sans Serif'
  126.         Font.Style = [fsBold]
  127.         ParentFont = False
  128.       end
  129.       object Label2: TLabel
  130.         Left = 8
  131.         Top = 72
  132.         Width = 60
  133.         Height = 13
  134.         Caption = 'Magnitude'
  135.         Font.Charset = DEFAULT_CHARSET
  136.         Font.Color = clWindowText
  137.         Font.Height = -11
  138.         Font.Name = 'MS Sans Serif'
  139.         Font.Style = [fsBold]
  140.         ParentFont = False
  141.       end
  142.       object visible_edit: TEdit
  143.         Left = 8
  144.         Top = 40
  145.         Width = 57
  146.         Height = 21
  147.         Color = clRed
  148.         TabOrder = 0
  149.       end
  150.       object ra_edit: TEdit
  151.         Left = 72
  152.         Top = 40
  153.         Width = 81
  154.         Height = 21
  155.         TabOrder = 1
  156.       end
  157.       object dec_edit: TEdit
  158.         Left = 160
  159.         Top = 40
  160.         Width = 81
  161.         Height = 21
  162.         TabOrder = 2
  163.       end
  164.       object magnitude_edit: TEdit
  165.         Left = 8
  166.         Top = 88
  167.         Width = 81
  168.         Height = 21
  169.         TabOrder = 3
  170.       end
  171.       object goto_button: TBitBtn
  172.         Left = 104
  173.         Top = 72
  174.         Width = 129
  175.         Height = 41
  176.         Caption = 'GOTO'
  177.         Font.Charset = DEFAULT_CHARSET
  178.         Font.Color = clWindowText
  179.         Font.Height = -11
  180.         Font.Name = 'MS Sans Serif'
  181.         Font.Style = [fsBold]
  182.         ParentFont = False
  183.         TabOrder = 4
  184.       end
  185.     end
  186.   end
  187. end
  188.